xend: Map re.compile on hosts_allow for XMLRPCServer.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 2 Apr 2007 16:34:00 +0000 (17:34 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 2 Apr 2007 16:34:00 +0000 (17:34 +0100)
commitf8849649858aff0208c155de28390cdb20cd4bfb
tree8fc250aa4e9df07836ee6d113139519a80675538
parent30afd785f0673705685a0b1af18870a70ce88acd
xend: Map re.compile on hosts_allow for XMLRPCServer.

Changeset 14601 removed a re.compile() map on hosts_allow,
hence breaking the tcp xmlrpc api ('str' has no attribute match
in xend-debug.log).

From: Pascal Bouchareine <pascal@gandi.net>
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/python/xen/xend/server/SrvServer.py